Skip to content

Failed

JobEngineService execute job on device connect.Start full docker environment (from org.eclipse.kapua.integration.service.jobScheduling.RunExecuteOnDeviceConnectI9nTest)

Failing for the past 106 builds (Since #827 )
Took 2.9 sec.

Error Message

java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory

Stacktrace

com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
	at ✽.Start full docker environment(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:22)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 more

Standard Output

@jobsIntegration @env_docker @setup
Scenario: Start full docker environment # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:19
11:28:10.760 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment...
11:28:10.760 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost
11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306
11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT
11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp
11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200
11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
11:28:10.763 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE
11:28:10.786 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
11:28:10.786 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 
11:28:11.199 [main] INFO  org.reflections.Reflections - Reflections took 396 ms to scan 98 urls, producing 839 keys and 2476 values
11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration ===================
11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Stage: DEVELOPMENT
11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc
11:28:11.225 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded Kapua Modules
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.CommonsModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.CommonsConfigurationModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.jpa.CommonJpaModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.metric.CommonMetricsModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.model.id.CommonsModelIdModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.internal.cache.CacheModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.setting.system.SystemSettingModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc.TestConfigModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client.JobEngineClientModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.KapuaModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.MessageModule
11:28:11.226 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.data.MessageDataModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.RegistrationModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.account.internal.AccountModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.AuthenticationModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.shiro.AuthenticationModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authorization.shiro.AuthorizationModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.camel.application.CamelModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.internal.CertificateModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.DatastoreModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule
11:28:11.227 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule
11:28:11.237 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule
11:28:11.237 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule
11:28:11.237 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.registry.DeviceRegistryModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.endpoint.internal.EndpointModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.execution.internal.JobExecutionModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.internal.JobModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.internal.JobStepModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.targets.internal.JobTargetsModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.id.StorableIdModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.stream.internal.StreamModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.tag.internal.TagModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.UserModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.profile.UserProfileModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule
11:28:11.238 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KapuaKuraTranslatorsModule
11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KuraMqttTranslatorsModule
11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.TranslatorHubModule
11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule
11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.TransportModule
11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.mqtt.TransportMqttModule
11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Overriding Kapua Modules
11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded Kapua Modules
11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
11:28:11.239 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
11:28:12.228 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Binding interceptors ...
11:28:12.228 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor
11:28:12.229 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Bind service interceptor class org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor to subclasses of interface org.eclipse.kapua.service.KapuaService annotated with interface org.eclipse.kapua.event.RaiseServiceEvent
11:28:12.498 [main] WARN  o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one
11:28:12.507 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events ===================
11:28:12.507 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:12.507 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:12.507 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:12.507 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:12.507 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:12.508 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration ===================
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded XmlSerializable Classes: 0
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded XmlSerializable Classes: 0
11:28:12.509 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
11:28:12.509 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE
11:28:12.564 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context...
11:28:12.565 [main] INFO  o.e.k.q.common.utils.InitJaxbContext - Initializing Test JAXB context... DONE
  Given Init Jaxb Context               # org.eclipse.kapua.qa.common.utils.InitJaxbContext.initJAXBContext()
11:28:12.565 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
11:28:12.566 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
11:28:12.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
11:28:12.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
11:28:12.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
11:28:12.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
11:28:12.574 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
11:28:12.575 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
11:28:12.575 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
11:28:12.575 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60
11:28:12.575 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60
11:28:12.575 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60
11:28:12.595 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
11:28:12.595 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:12.595 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:12.595 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:12.595 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:12.595 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:12.596 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60
11:28:12.596 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60
11:28:12.596 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60
11:28:12.596 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60
11:28:12.597 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60
11:28:12.604 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user ===================
11:28:12.604 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:12.604 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:12.604 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:12.604 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:12.604 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:12.609 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account ===================
11:28:12.609 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:12.609 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:12.609 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:12.609 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:12.609 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:12.642 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
11:28:12.642 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:12.642 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:12.642 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:12.642 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:12.642 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:12.643 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
11:28:12.643 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
11:28:12.643 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
11:28:12.643 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
11:28:12.643 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
11:28:12.643 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
11:28:12.647 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
11:28:12.647 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:12.647 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:12.647 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:12.647 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:12.647 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:12.648 [main] INFO  o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker...
11:28:12.865 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
11:28:12.865 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:12.865 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:12.865 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:12.865 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:12.865 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:12.868 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setTimeout(org.apache.shiro.session.mgt.SessionKey,long) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
11:28:12.868 [main] INFO  o.a.c.b.FluentPropertyBeanIntrospector - Error when creating PropertyDescriptor for public void org.apache.shiro.session.mgt.AbstractNativeSessionManager.setAttribute(org.apache.shiro.session.mgt.SessionKey,java.lang.Object,java.lang.Object) throws org.apache.shiro.session.InvalidSessionException! Ignoring this property.
11:28:12.869 [main] INFO  o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur.
11:28:12.869 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
  And Init Security Context             # org.eclipse.kapua.qa.common.utils.InitShiro.start()
11:28:12.871 [main] INFO  o.e.k.q.i.steps.DockerSteps - Starting full docker environment...
11:28:12.872 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection!
11:28:12.872 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs
11:28:12.876 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:12.876 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:12.877 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:12.878 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:12.879 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:12.879 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:12.882 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Print containers logs'
com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:408)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
	... 48 common frames omitted
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 common frames omitted
11:28:12.882 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs
11:28:12.882 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
11:28:12.882 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
11:28:12.882 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers
11:28:12.886 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:12.886 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:12.887 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:12.887 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:12.889 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:12.889 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:12.892 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove base containers'
com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:411)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
	... 48 common frames omitted
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 common frames omitted
11:28:12.892 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers
11:28:12.892 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container job-engine...
11:28:12.896 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:12.896 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:12.898 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:12.898 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:12.899 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:12.899 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:12.903 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'job-engine' (cannot filter running container list)
com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
	... 49 common frames omitted
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsync
...[truncated 147537 chars]...
t io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
	... 49 common frames omitted
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 common frames omitted
11:28:13.092 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE
11:28:13.094 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:13.094 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:13.095 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:13.095 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:13.096 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:13.096 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:13.097 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove containers DONE'
com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:415)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
	... 48 common frames omitted
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 common frames omitted
11:28:13.098 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE
11:28:13.098 [main] INFO  o.e.k.q.i.steps.DockerSteps - Starting full docker environment...
11:28:13.100 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:13.100 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:13.101 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:13.101 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:13.102 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
11:28:13.102 [jersey-client-async-executor-1] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
11:28:13.104 [main] ERROR o.e.k.q.i.steps.DockerSteps - Error while starting base docker environment: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
	... 51 common frames omitted
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 common frames omitted
  And Start full docker environment     # org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment()
      com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
	at ✽.Start full docker environment(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:22)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 more

11:28:13.141 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler ===================
11:28:13.141 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.141 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.141 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.141 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.141 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.155 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler ===================
11:28:13.155 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.155 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.155 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.155 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.155 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.156 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60
11:28:13.156 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60
11:28:13.156 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60
11:28:13.156 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60
11:28:13.162 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
11:28:13.162 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.162 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.162 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.162 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.162 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.162 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60
11:28:13.162 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60
11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60
11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60
11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60
11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60
11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60
11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60
11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60
11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60
11:28:13.163 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60
11:28:13.164 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60
11:28:13.167 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
11:28:13.167 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.167 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.167 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.167 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.168 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.174 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
11:28:13.174 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.174 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.174 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.174 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.174 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.188 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag ===================
11:28:13.188 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.188 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.188 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.188 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.189 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.197 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
11:28:13.197 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.197 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.197 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.197 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.197 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.203 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
11:28:13.203 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.203 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.203 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.203 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.204 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.212 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
11:28:13.212 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.212 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.213 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.213 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.213 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.242 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
11:28:13.242 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.243 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.243 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.243 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.243 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.258 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
11:28:13.258 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.258 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.258 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.258 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.258 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.269 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
11:28:13.269 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.269 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.269 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.269 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.269 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.275 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
11:28:13.276 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.276 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.276 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.276 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.276 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.289 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
11:28:13.289 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.289 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.289 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.289 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.289 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.296 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
11:28:13.296 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.296 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.296 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.296 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.296 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.309 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
11:28:13.309 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.309 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.309 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.309 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.309 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.322 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
11:28:13.322 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.322 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.322 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.322 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.322 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
11:28:13.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.340 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.344 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
11:28:13.344 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.344 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.344 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.344 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.344 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
11:28:13.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.358 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.366 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
11:28:13.366 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.366 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.366 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.367 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.367 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
11:28:13.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.384 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
11:28:13.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.393 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
11:28:13.400 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
11:28:13.400 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
11:28:13.400 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
11:28:13.400 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1)
11:28:13.400 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
11:28:13.400 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================